Use CRPEJob::SetParameterValueInfo to set the information about the values (editable, nullable field, multiple values, etc.) that can be stored in a specified parameter field.
BOOL SetParameterValueInfo (
const _TCHAR *parameterFieldName,
const _TCHAR *reportName,
CRPEParameterValueInfo *valueInfo );
Specifies a pointer to CRPEParameterValueInfo, which will contain the new value information. |
Use CRPEJob::SetPrintDate to set only the date that appears in the Print Date Field of the report. This method does not schedule the report to print at a different time or day, but only changes the date that appears in any Print Date Field of the report (for example, use this method to post
BOOL SetPrintDate (
short year,
short month,
short day );
Specifies the year that will appear in the Print Date Field. | |
Specifies the month that will appear in the Print Date Field. | |
Use CRPEJob::SetPrintOptions to set the print characteristics of a print job. Use this method any time that you want to set the starting page number, the ending page number, the number of report copies, and/or collation instructions in response to user specifications at runtime.
BOOL SetPrintOptions ( const CRPEPrintOptions *options );
Specifies a pointer to CRPEJob::SetPrintOptions, which will contain the information that you want to set. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |